projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4e772f
)
(minibuffer-history-case-insensitive-variables):
author
Richard M. Stallman
<rms@gnu.org>
Tue, 26 May 1998 20:52:06 +0000
(20:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 26 May 1998 20:52:06 +0000
(20:52 +0000)
Add file-name-history to it.
lisp/dos-w32.el
patch
|
blob
|
history
diff --git
a/lisp/dos-w32.el
b/lisp/dos-w32.el
index a03617ffd24dab9811cb25847f4c58cbf5af25b2..62ee0f1366724a6092f8d6e11b2588ea00d170af 100644
(file)
--- a/
lisp/dos-w32.el
+++ b/
lisp/dos-w32.el
@@
-32,6
+32,9
@@
;; Use ";" instead of ":" as a path separator (from files.el).
(setq path-separator ";")
+(setq minibuffer-history-case-insensitive-variables
+ (cons 'file-name-history minibuffer-history-case-insensitive-variables))
+
;; Set the null device (for compile.el).
(setq grep-null-device "NUL")